#part1 {
    width: 100%;
    float: left;
    background-color: #FBFCFB;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

#more {
    width: 100%;
    float: left;
    margin-top: 2.2%;
    text-align: center;
}

#more A {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 2.2;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
    background-color: #d7a449;
}

#more A:hover {
    background: #ff6600;
    color: #fff
}

#part2a {
    width: 100%;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #fff;
    overflow: hidden;
}

#part2 {
    width: 100%;
    margin: 2% 0;
    overflow: hidden;
    background-image: url(../images/bg2.png);
    background-repeat: repeat;
    background-position: left top;
}

#part3 {
    width: 100%;
    float: left;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    background-color: #F5F8FF;
    background-size: cover;
    overflow: hidden;
}

#part4 {
    width: 100%;
    float: left;
    background-color: #10A9E2;
    padding-top: 2%;
    padding-bottom: 2%;
    overflow: hidden;
    padding-bottom: 20px;
}

#myys {
    width: 100%;
    float: left;
    z-index: 1;
    display: block;
    padding-bottom: 2.5%;
    padding-top: 2.5%;
    background-size: cover;
}

#zsjm_2 {
    width: 100%;
    float: left;
    margin-top: 2.2%;
}

#zsjm_2 li {
    list-style-type: none;
    box-shadow: 0px 1px 6px #777;
    -webkit-box-shadow: 0px 1px 6px #777;
    -moz-box-shadow: 0px 1px 6px #777;
    margin: 2.5%;
    border-radius: 8px;
    border: #0BA9E8 solid 1px;
}

#zsjm_2 li {
    overflow: hidden;
    background-color: #fff;
    padding: 2%;
}

#zsjm_2 li.bga {
    background-color: #FFFFFF
}

#zsjm_2 li .jsv {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 1.5%;
}

#zsjm_2 li .num {
    width: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    line-height: 46px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 12px;
    background-image: url(../images/num.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#zsjm_2 li h4 {
    color: #0BA9E8;
    margin-right: 6px;
    font-size: 18px;
    padding-left: 60px;
    line-height: 28px;
    margin-top: 10px;
}

#zsjm_2 li h5 {
    color: #ff6600;
    font-size: 15px;
    padding-left: 60px;
    line-height: 23px;
}

#zsjm_2 li .nrc {
    padding-top: 10px;
    background-image: url(../images/linef.png);
    background-repeat: no-repeat;
    background-position: 22px top;
    background-size: 1px 100%;
    min-height: 250px;
}

#zsjm_2 li p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 60px;
    padding-right: 20px;
    color: #787878;
    overflow: hidden;
    background-image: url(../images/ybg1.png);
    background-repeat: no-repeat;
    background-position: 15px 5px;
}

#zsjm_2 li p strong,
#zsjm_2 li p b {
    color: #0BA9E8
}

#zsjm_2 li p em {
    font-style: normal;
    color: #0BA9E8
}

#zsjm_2 li dd {
    display: block;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}

#zsjm_2 li img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all 0.4s ease-in-out 0s;
}

#zsjm_2 li:hover img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

#zsjm_2 .owl-controls .owl-dots .owl-dot {
    margin-top: 1%;
}

#zsjm_2 .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 12px 5px;
    background-color: #0BA9E8;
}

#zsjm_2 .owl-controls .owl-dots .owl-dot.active span,
#zsjm_2 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff6600;
}

#lmdf {
    float: left;
    width: 100%;
    font-size: 0px;
    text-align: center;
    margin-top: 2%;
    padding-top: 10px;
    overflow: hidden;
}

#lmdf A {
    padding-left: 2%;
    line-height: 35px;
    padding-right: 2%;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin: 5px;
    border-radius: 35px;
    background-color: #0BA9E8;
    background: linear-gradient(to right, #16B7F7, #0385BC);
}

#lmdf A i {
    float: left;
    margin-right: 10px;
    line-height: 35px;
}

#lmdf A.active {
    color: #fff;
    background-color: #ff6600;
    background: linear-gradient(to right, #ff6600, #ff6600);
}

#lmdf A:hover {
    color: #fff;
    background-color: #ff6600;
    background: linear-gradient(to right, #ff6600, #ff0000);
}

#gywm {
    width: 100%;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
    background-image: url(../images/abn.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #12B1E9;
    background-size: 100% auto;
}

#company {
    width: 96%;
    float: left;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2%;
}

#company .nr {
    width: 48%;
    float: right;
}

#company .nr dd {
    font-size: 32px;
    color: #0BA9E8;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    margin-top: 20px;
}

#company .nr p {
    line-height: 30px;
    height: 240px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 15px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 8;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

#video {
    width: 48%;
    float: left;

}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    background-color: #f1f1f1;
}

#video img,
#video embed,
#video iframe,
#video VIDEO {
    display: block;
    width: 100%;
    overflow: hidden;
}

#video VIDEO {
    object-fit: fill
}

#zebq {
    width: 100%;
    float: left;

}

#zebq ul {
    LIST-STYLE-TYPE: none;
    overflow: hidden;
}

#zebq ul li {
    width: 25%;
    margin-left: -1px;
    text-align: center;
    float: left;
    color: #fff;
    text-align: center;
    border-left: 1px solid #fff;
}

#zebq ul li p {
    color: #fff;
    font-size: 20px;
    margin-top: 3.5%;
    height: 50px;
    line-height: 25px;
}

#zebq ul li h5 {
    font-size: 16px;
    padding-top: 2%;
}

#zebq ul li span {
    margin-right: 8px;
    font-size: 42px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}


.m20 {
    margin-top: 2.5%
}

#pxxm {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-top: 2%;
}

#pxxm ul {
    list-style-type: none;
    margin-left: -2%;
}

#pxxm UL LI {
    width: 31.33%;
    float: left;
    text-align: center;
    margin-left: 2%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 1%;
    cursor: pointer;
    position: relative;
}

#pxxm UL LI p {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 1.5%;
    line-height: 1.8;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
    left: 0px;
    bottom: 0px;
    width: 97%;
    position: absolute;
    font-size: 16px;
}

#pxxm UL LI dd {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

#pxxm ul li img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 100%;
    transition: all 0.6s ease-in-out 0s;
}

#pxxm UL LI:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#pxxm UL LI:hover p {
    background-color: #0BA9E8
}

#fwlist {
    width: 100%;
    FLOAT: left;
    margin-top: 3.5%;
}

#fwlist li {
    list-style-type: none;
}

#fwlist LI {
    text-align: center;
    margin: 10px;
}

#fwlist LI .cp {
    width: 100%;
    display: block;
}

#fwlist LI .nr {
    width: 92%;
    padding: 4%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 2px 2px 8px #aaa;
    -webkit-box-shadow: 2px 2px 8px #aaa;
    -moz-box-shadow: 2px 2px 8px #aaa;
    border-radius: 5px;
}

#fwlist LI .nr dd {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
}

#fwlist LI .nr dd p {
    position: absolute;
    filter: Alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#fwlist LI .nr dd img {
    max-width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

#fwlist LI:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#fwlist LI:hover .nr {
    background-color: #0BA9E8
}

#fwlist LI:hover .nr dd p {
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

#fwlist LI .nr h5 {
    width: 100%;
    float: left;
    color: #101010;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    margin-top: 10px;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
}

#fwlist LI .nr h6 {
    width: 100%;
    float: left;
    color: #101010;
    font-weight: normal;
    height: 60px;
    margin-top: 5px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}

#fwlist LI .nr:hover h5,
#fwlist LI .nr:hover h6 {
    color: #fff;
}

#fwlist .owl-controls .owl-dots .owl-dot {
    margin-top: 1%;
}

#fwlist .owl-controls .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 12px 5px;
    background-color: #0BA9E8;
}

#fwlist .owl-controls .owl-dots .owl-dot.active span,
#fwlist .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF6600;
}

#allist {
    width: 100%;
    float: left;
    margin-top: 3%;
    position: relative;
}

#allist .swiper-container {
    padding: 4% 0px;
}

#allist .swiper-slide {
    width: 100%;
    -webkit-transition: -webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

#allist .swiper-slide .zsq {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 8px #aaa;
    -webkit-box-shadow: 2px 2px 8px #aaa;
    -moz-box-shadow: 2px 2px 8px #aaa;
    display: block;
    border: #fff solid 2px;
}

#allist .swiper-slide .tpq {
    width: 90%;
    text-align: center;
    float: left;
    position: relative;
    padding: 5%;
    padding-bottom: 3%;
    display: block;
    z-index: 1;
}

#allist .swiper-slide .tpq:after {
    width: 100%;
    height: 55%;
    background-color: #0BA9E8;
    left: 0PX;
    top: 0PX;
    content: "";
    position: absolute;
    z-index: -1;
}

#allist .swiper-slide .tpq img {
    max-width: 90%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#allist .swiper-slide .nrq {
    width: 90%;
    display: block;
    padding: 5%;
    float: left;
    padding-top: 2%;
}

#allist .swiper-slide .nrq h3 {
    text-align: center;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
}

#allist .swiper-slide .nrq p {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
}

#allist .swiper-slide .nrq p i {
    color: #F51425;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

#allist .swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#allist .swiper-slide-active .zsq {
    border: #0BA9E8 solid 2px;
}


#allist .swiper-pagination-bullets {
    bottom: 0px;
}

#allist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 1px 4px #333;
}

#allist .swiper-pagination-bullet-active {
    background: #0BA9E8;
}

#bzlist {
    width: 100%;
    float: left;
    margin-top: 3.5%;
}

#bzlist ul {
    LIST-STYLE-TYPE: none;
    margin-left: -2%;
}

#bzlist ul li {
    width: 23%;
    float: left;
    margin-left: 2%;
    text-align: center;
}

#bzlist ul li span {
    color: #0BA9E8;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 1px 6px #B5C9DD;
    line-height: 1.5;
    padding: 5%;
    -webkit-box-shadow: 0px 1px 6px #B5C9DD;
    -moz-box-shadow: 0px 1px 6px #B5C9DD;
    border: #D2D7EA solid 1px;
    margin-left: 2%;
    margin-right: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 600;
}

#bzlist ul li p {
    font-size: 24px;
    line-height: 2.2;
    color: #999999;
    margin-top: 3%;
}

#newsf {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 2%
}

#newsf .owl-controls .owl-dots .owl-dot {
    margin-top: 1%;
}

#newsf .owl-controls .owl-dots .owl-dot span {
    width: 60px;
    height: 3px;
    margin: 12px 5px;
    background-color: #C7C7C9;
}

#newsf .owl-controls .owl-dots .owl-dot.active span {
    background-color: #0BA9E8;
}

#info_1 {
    width: 92%;
    float: left;
    padding: 4%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-top: #0BA9E8 solid 8px;
    border-bottom: #0BA9E8 solid 4px;
}

#xbt {
    width: 100%;
    float: left;
    border-bottom: #ddd solid 1px;
    margin-bottom: 10px;
    margin-top: -5px;
}

#xbt dd {
    padding-left: 2px;
    padding-right: 2px;
    float: left;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    color: #0BA9E8;
}

#xbt .more {
    float: right;
    font-size: 16px;
    line-height: 35px;
}

#xbt .more a {
    color: #555;
    text-transform: uppercase;
}

#xbt .more a:hover {
    color: #0BA9E8;
}

.nTabx {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: left;
    margin-bottom: 2%;
}

.nTabx ul {
    border: 0;
    font-size: 0px;
}

.nTabx li {
    float: left;
    text-align: center;
    cursor: pointer;
    list-style-type: none;
    overflow: hidden;
    width: 24%;
    margin-right: 1%;
    height: 40px;
    text-align: center;
    TEXT-OVERFLOW: ellipsis;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;

}

.nTabx li.active {
    background-color: #ff6600;
    background: linear-gradient(to right, #ff0000, #ff6600);
    color: #fff;
}

.nTabx li.normal {
    background-color: #0BA9E8;
    background: linear-gradient(to right, #16B7F7, #0385BC);
    color: #fff;
}

.nonea {
    display: none;
}

#newsa {
    width: 100%;
    float: left;
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative;
}

#fczs {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;

}

#fczs LI {
    margin: 8px;
    list-style-type: none;
}

#fczs LI .tp {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-bottom: 70%;
    position: relative;
    box-shadow: 1px 4px 6px #666;
    -webkit-box-shadow: 1px 4px 6px #666;
    -moz-box-shadow: 1px 4px 6px #666;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

#fczs LI .tp img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    display: block;
    transition: all 0.4s ease-in-out 0s;
}

#fczs LI .tp p {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 2%;
    line-height: 1.8;
    color: #fff;
    width: 96%;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
    z-index: 2;
    text-align: center;
}

#fczs LI:hover img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

#fczs LI:hover p {
    background-color: #0BA9E8
}

#fczs .owl-controls .owl-dots .owl-dot {
    margin-top: 0.5%;
}

#fczs .owl-controls .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px;
    background-color: #ddd;
    border: #ddd solid 1px;
    border-radius: 100%
}

#fczs .owl-controls .owl-dots .owl-dot.active span,
#fczs .owl-theme .owl-dots .owl-dot:hover span {
    width: 6px;
    height: 6px;
    background: #0BA9E8;
    border: #0BA9E8 solid 1px;
}

#fczs .owl-controls .owl-nav {
    filter: Alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

#fczs:hover .owl-controls .owl-nav {
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

#fczs .owl-controls .owl-nav .owl-next,
#fczs .owl-controls .owl-nav .owl-prev {
    position: absolute;
    width: 5%;
    top: 0px;
    height: 80%;
    background: none;
    line-height: 0px;
    font-size: 0px;
    background-size: 45%;
}

#fczs .owl-controls .owl-nav .owl-next {
    left: 0px;
    background-image: url(../images/la.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#fczs .owl-controls .owl-nav .owl-prev {
    right: 0px;
    background-image: url(../images/ra.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#tjxw {
    width: 48.5%;
    float: left;
}

#tjxw li {
    list-style-type: none;
    text-align: center;
}

#tjxw li dd {
    width: 100%;
    overflow: hidden;
    padding-bottom: 360px;
    float: left;
    z-index: 1;
    position: relative;
}

#tjxw li dd .rq {
    padding: 2%;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 0px;
    background-color: rgba(11, 169, 232, 0.7);
    z-index: 2;
    color: #fff;
}

#tjxw li dd .rq .af {
    display: inline-block;
}

#tjxw li dd .rq h3 {
    font-size: 30px;
    width: 100%;
}

#tjxw li dd .rq p {
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
}

#tjxw li dd img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
}

#tjxw li dd .nrc {
    position: absolute;
    width: 97%;
    left: 0px;
    bottom: 0px;
    padding: 1.5% 1.5% 30px 1.5%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 2;
}

#tjxw li dd h4 {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
    font-weight: 600;
    text-align: left;
}

#tjxw li:hover .nrc {
    background-color: rgba(0, 0, 0, 0.8);
}

#tjxw li .nrc p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    text-align: left;
    -webkit-box-orient;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#tjxw LI:hover img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

#tjxw .owl-dots {
    position: absolute;
    right: 2%;
    bottom: 0px;
    text-align: right;
    z-index: 1000;
}

#tjxw .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: none;
    margin-top: 25px;
    margin-right: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 2px;
}

#tjxw .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0BA9E8;
}

#newsb {
    width: 48.5%;
    float: right;
}

#newsa_1 {
    width: 100%;
    float: left;
    margin-top: 1%;
}

#newsa_1 UL {
    COLOR: #565656;
    list-style-type: none;
}

#newsa_1 UL LI {
    width: 100%;
    float: left;
    line-height: 22px;
    font-size: 13px;
    border-bottom: #ccc dotted 1px;
    padding-bottom: 14px;
    margin-bottom: 14px;

}

#newsa_1 UL LI.zyjs {
    background-image: none;
    line-height: 26px;
    font-size: 14px;
    text-align: left;
    color: #888;
}

#newsa_1 UL LI b {
    font-size: 32px;
    line-height: 35px;
}

#newsa_1 UL LI span {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    line-height: 20px;
}

#newsa_1 UL LI p {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    height: 28px;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
    color: #333;
}

#newsa_1 UL LI A dd {
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 68px;
    font-weight: normal;
    color: #0BA9E8;
    float: left;
    margin-right: 2%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 8px;
    line-height: 28px;
    border-radius: 2px;
    background-color: #f1f1f1;
}

#newsa_1 UL LI A:hover dd {
    background-color: #0BA9E8;
    color: #fff;
}

#newsa_1 UL LI a:hover p {
    color: #0BA9E8
}

#news {
    width: 100%;
    margin-top: 3.5%;
    float: left;
}

#news ul {
    LIST-STYLE-TYPE: none;
    margin-left: -2%;
}

#news ul li {
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

#news ul li .nra {
    width: 88%;
    margin: 2%;
    padding: 4%;
    float: left;
    box-shadow: 0px 1px 6px #B5C9DD;
    -webkit-box-shadow: 0px 1px 6px #B5C9DD;
    -moz-box-shadow: 0px 1px 6px #B5C9DD;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
}

#news ul li:hover .nra {
    box-shadow: -1px 1px 8px #92AFCD;
    -webkit-box-shadow: -1px 1px 8px #92AFCD;
    -moz-box-shadow: -1px 1px 8px #92AFCD;
    background-color: #0BA9E8;
}

#news ul li .nra dd {
    text-align: center;
    float: left;
    margin-right: 12px;
    width: 85px;
    overflow: hidden;
    height: 85px;
    border-radius: 100%;
    border: #fff solid 1px;
    background-color: #fff;
    color: #333;
    transition: all 0.5s ease-in-out 0s;
}

#news ul li .nra dd img {
    width: 100%;
    min-height: 85px;
}

#news ul li .nra .bt dd span {
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#news ul li .nra .bt dd p {
    font-size: 13px;
    line-height: 15px;
}

#news ul li .nra .bt h5 {
    height: 30px;
    line-height: 30px;
    TEXT-OVERFLOW: ellipsis;
    WHITE-SPACE: nowrap;
    OVERFLOW: hidden;
    font-weight: normal;
    font-size: 18px;
}

#news ul li .nra .js {
    margin-top: 1%;
    color: #777;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#news ul li:hover .nra .js {
    color: #F0FCFF
}

#news ul li a {
    color: #0BA9E8;
}

#news ul li a:hover {
    color: #fff;
}

#news ul li:hover .nra .bt dd {
    background-color: #0BA9E8;
    color: #fff;
}

#link {
    padding: 2% 1.5%;
    background-color: #0BA9E8;
    float: left;
    width: 97%;
    border-radius: 8px;
    box-shadow: 0px 1px 12px #888;
    -webkit-box-shadow: 0px 1px 12px #888;
    -moz-box-shadow: 0px 1px 12px #888;
}

#link a {
    color: #fff;
    margin-right: 6px;
    margin-left: 6px;
}